These response codes are applicable to any request method.
2.
In contrast, the HTTP GET request method is designed to retrieve information from the server.
3.
HTTP supports a number of request methods such as PUT, POST and PATCH to create or update resources.
4.
The "'PATCH "'method is a request method supported by the HTTP URI . Frameworks such as XML, JSON can be used in describing the changes in the PATCH document.
5.
For HTTP request methods that can modify data ( usually HTTP methods other than GET, or for POST usage with certain MIME types ), the specification mandates that browsers " preflight " the request, soliciting supported methods from the server with an HTTP OPTIONS request method, and then, upon " approval " from the server, sending the actual request with the actual HTTP request method.
6.
For HTTP request methods that can modify data ( usually HTTP methods other than GET, or for POST usage with certain MIME types ), the specification mandates that browsers " preflight " the request, soliciting supported methods from the server with an HTTP OPTIONS request method, and then, upon " approval " from the server, sending the actual request with the actual HTTP request method.
7.
For HTTP request methods that can modify data ( usually HTTP methods other than GET, or for POST usage with certain MIME types ), the specification mandates that browsers " preflight " the request, soliciting supported methods from the server with an HTTP OPTIONS request method, and then, upon " approval " from the server, sending the actual request with the actual HTTP request method.
8.
The old ? rec = format used by is still working, but it is no longer possible to obtain a " rec " value from a record URL . Furthermore, the search page links to records using the POST request method, meaning that once one has found the desired page, one cannot even copy and paste the URL . After fiddling around for a while, I figured out that the GET method is also supported, so URLs of the form http : / / www . ga . gov . au / place-name / PlaceDetails . jsp ? submit1 = WA100032232 work, where " WA100032232 " is whatever is listed as the " Feature Number " of the record.